home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / jovept2.arc / SIGNAL.H < prev    next >
Encoding:
C/C++ Source or Header  |  1985-05-30  |  256 b   |  11 lines

  1. /*    signal.h    6.1    83/08/14    */
  2.  
  3.  
  4. #define NSIG    32
  5.  
  6. #define    SIGHUP    1    /* hangup */
  7. #define    SIGINT    2    /* interrupt */
  8. #define    SIGQUIT    3    /* quit */
  9. #define    SIGILL    4    /* illegal instruction (not reset when caught) */
  10.  
  11.